ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / GridLayoutTagHelper<TControl> Class / MaxRowsOrColumns Property

In This Topic
    MaxRowsOrColumns Property (GridLayoutTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.GridLayout.MaxRowsOrColumns. Sets the maximum number of the row count or the column count.
    Syntax
    'Declaration
     
    Public Property MaxRowsOrColumns As Integer
    public int MaxRowsOrColumns {get; set;}
    See Also